FS Command
|
![]() |
|
True: displays the SWF scaled (not always 100%)
|
False: SWF is always 100%.
|
|
True: displays the full Flash Menu on right-click (Windows). Displays the full Flash Menu on control click (Mac)
|
False: displays "About Shockwave Flash" only (Windows). Greys out the Menu (Macintosh).
|
|
True: SWF is displayed full screen
|
False: SWF is displayed at original size.
|
|
Program Name: executes the specified program. This command is valid for stand-alone projectors only.
|
|
![]() |
<SCRIPT LANGUAGE="JavaScript">
|
<!--
|
// Detect Browser
|
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
|
// FSCommand handler for Netscape
|
function Movie1_DoFSCommand(command, args) {
|
var Movie1Obj = InternetExplorer ? Movie1 : document.Movie1;
|
if (command=="TestFunction") {
|
// ADD YOUR CODE HERE
|
}
|
}
|
//-->
|
</SCRIPT>
|
<SCRIPT LANGUAGE="VBScript">
|
<!--
|
// FSCommand handler for VBScript and ActiveX
|
Sub Movie1_FSCommand(ByVal command, ByVal args)
|
call Movie1_DoFSCommand(command, args)
|
end sub
|
//-->
|
</SCRIPT>
|